home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / CustomSolutionWizard_Files / ProjectShells / AssemblyInfo.vb next >
Encoding:
Text File  |  2002-03-08  |  988 b   |  30 lines

  1. Imports System.Reflection
  2. Imports System.Runtime.CompilerServices
  3. Imports System.Runtime.InteropServices
  4.  
  5. ' General Information about an assembly is controlled through the following
  6. ' set of attributes. Change these attribute values to modify the information
  7. ' associated with an assembly
  8.  
  9. <Assembly: AssemblyTitle("VBShell")> 
  10. <Assembly: AssemblyDescription("Custom Solution Wizard Project Shell for Visual Basic 7 (.NET)")> 
  11. <Assembly: AssemblyCompany("NeuroDimension, Inc.")> 
  12. <Assembly: AssemblyProduct("Custom Solution Wizard")> 
  13. <Assembly: AssemblyCopyright("2002 - NeuroDimension, Inc.")> 
  14. <Assembly: AssemblyTrademark("")>
  15. <Assembly: AssemblyCulture("")>
  16.  
  17. ' Version information for an assembly consists of the following four values:
  18.  
  19. '    Major version
  20. '    Minor Version
  21. '    Revision
  22. '    Build Number
  23.  
  24. ' You can specify all the values or you can default the Revision and Build Numbers
  25. ' by using the '*' as shown below
  26.  
  27. <Assembly: AssemblyVersion("1.0.*")> 
  28.  
  29.  
  30.